@import url(form.css);

html {
    /*font-size:1em;*/
    font: normal normal 110%/1.25 Arial, Helvetica, sans-serif;
}

body {
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    background-color: #8B4B04;
}

table {
    border-spacing: 0;
}


.mainTable,
.Text-Description {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px;
    font-size: 1em;
    line-height: 1.15em;
    padding-right: 18px;
}

.sidebar {
    padding-right: 12px;
}

.sidebar p {
    font-weight: bold;
    padding-left: 28px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #5d2a11;
}

td {
    margin: 0;
    padding: 0;
}


/*noinspection SpellCheckingInspection*/
td.imgleft {
    background: url(../images/left-side.gif);
    width: 27px;
}

td.imgright {
    background: url(../images/right-side.gif);
    width: 26px;
}

img {
    border: none;
}

ul {
    list-style-type: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #5d2a11;
}

.spread li {
    color: #412713;
    line-height: 1.35em;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

h1 {
    font-family: Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #402713;
    line-height: 45px;
    letter-spacing: -3px;
    text-align: center;
}

h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #412713;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 4px;
}


h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #412713;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 2px;
}

h4 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 2px;
}

/*noinspection SpellCheckingInspection*/
.maxmargin {
    margin-top: 0;
    padding-left: 15px;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

/*noinspection SpellCheckingInspection*/
.floatleft {
    float: left;
    clear: right;
    padding: 6px;
    margin: 0 0 6px 6px;
}

/*noinspection SpellCheckingInspection*/
.floatright {
    float: right;
    padding: 6px;
    margin: 0 0 6px 6px;
}

/*noinspection SpellCheckingInspection*/
.floatrightmore {
    float: right;
    padding: 6px;
    margin: 0 40px 0 0;
}

div#phone {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.15em;
    color: white;
    line-height: .95em;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
    width: 206px;
}

div#navigation {
    width: 99%;
    font-size: .75em;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
    padding-top: 15px;
}

div#copyright {
    width: 99%;
    font-size: .5em;
    color: #8B4B04;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0 green;
}

.color1 {
    background-color: #e9dfbb;
}

.color2 {
    background-color: #bba279;
}

.pad {
    padding: 5px;
}

/* Navbar */

nav {
    position: relative;
    top: -25px;
    margin-left: auto;
    margin-right: auto;
    width: 689px;
    max-width: 100%;
    z-index: 1;
}

.new-navbar {
    list-style-type: none;
    margin: 0 0 0 35px;
    padding: 0;
    display: flex;
    align-items: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #412713;
}

.new-navbar > li > a {
    display: block;
    padding: 0 12px 0 7px;
    text-decoration: none;
    border-bottom: none;
    color: black;
}


.new-navbar > li > a:hover {
    color: #444466;
}

.new-navbar > li {
    position: relative;
}

.new-navbar ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #EFEFEF;
    padding: 0;
    border: 1px solid #BBB;
    min-width: 200px;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    margin: 0;
    border-radius: 5px; /* Add this line for rounded corners */
}

.new-navbar li:hover > ul {
    display: block;
}

.new-navbar ul li {
    display: block;
    float: none;
    padding: 5px 10px;
    font-weight: bold;
    color: black;
}

.new-navbar ul li a {
    padding: 0;
    font-size: 13px;
    text-decoration: none;
}

.new-navbar ul li a:hover {
    background-color: #F0F0F0;
    border-bottom: 1px solid #BBB;
}


.bottomNav {
    font-size: .75em;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
}

.copyright {
    width: 99%;
    font-size: .5em;
    color: #8B4B04;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0 green;
}

#Table_01 {
    background-color: #E9DFBB;
    width: 688px;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0 0 35px 35px;
    border: solid black 2px;
    border-top: 0;
}

#Table01Header {
    width: 742px;
    margin: auto;
    height: 180px;
}

.testimonialContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 700px;
    margin: auto;
    background-color: #e9dfbb; /* Using color from your CSS */
    padding: 15px; /* Some padding around the items */
    border-radius: 10px; /* Rounded corners if needed */
}

.testimonialBox {
    margin: 10px;
    text-align: center;
    padding: 15px;
    border-radius: 5px; /* Consistency with navbar style */
}

.testimonialBox audio {
    width: 100%;
    max-width: 190px; /* Maintain audio control size */
}

.testimonialHeader {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #402713; /* Header color from your CSS */
    font-size: 24px; /* Adjusted for prominence */
    padding: 10px 0;
}

.testimonialList {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    max-width: 700px;
}

.testimonialItem {
    margin-bottom: 20px;
    padding: 10px;
    font-style: italic;
}

.testimonialDivider {
    width: 88px;
    height: 6px;
    background-image: url('../images/divider_beige.gif');
    margin: 10px auto;
}

.commentsSection {
    text-align: center;
    margin: 20px auto;
    max-width: 700px;
}

.commentsLink {
    color: #0066cc; /* Example color for links */
    text-decoration: none;
}
